Config Manager deployment using Kubernetes with Helm
Customise the Helm chart
The Helm chart is a collection of Kubernetes manifest files that define the resources needed to deploy the Business Studio in a Kubernetes cluster.
Helm chart definitions are available from One37's private Helm Chart registry, which you can access by logging in to the provided image registry host.
Credentials for the image registry host will be provided to you by One37.
You WILL need to download the Helm chart to a working folder and customise the values.yml
file to suit your environment.
docker login [provided-image-registryhost]
# Enter your credentials when prompted
helm pull one37id/bc-config-manager
This will download the Helm chart to your local machine.
You can then extract the contents and customise the values.yml
file.
The following is a sample values.yml
file highlighting the key parameters you will need to customise.
Other parameters, hidden in this sample, are present in the values.yml file and can be left as default or customised as needed.
Deploy the Config Manager
Once you have customised the values.yml
file, you can deploy the Config Manager using the Helm chart.
helm upgrade --install studio one37/studio -f values.yml
This command will deploy the Config Manager in your Kubernetes cluster using the customised values.
Next Steps
After you have successfully deployed and started the application, you can proceed to the next step in the installation process.